Release 10.1A: OpenEdge Development:
ADM Reference
addQueryWhere
Function that adds string-expressions to the query’s WHERE clause and stores the result in the QueryString property. The function returns TRUE if successful, FA LSE if an appropriate buffer name for the WHERE-clause cannot be located.
Location: query.p Parameters:INPUT pcWhere AS CHARACTERExpression to add (might also be an “OF” phrase).
INPUT pcBuffer AS CHARACTERAn optional buffer specification.
INPUT pcAndOr AS CHARACTERSpecifies the operator that is used to add the new expression to an existing expression or expressions, either AND (the default) or OR.
Returns: LOGICAL Notes:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |